projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26ef026
)
(focus-follows-mouse): Make it defcustom.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Mar 1998 20:03:48 +0000
(20:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 18 Mar 1998 20:03:48 +0000
(20:03 +0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 2fbc53b91576850ec8980eb3510927c581778106..82b42b0669122a3f621832ef83cc821fabde77a5 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-497,8
+497,10
@@
the user during startup."
(cdr param-list))
-(defvar focus-follows-mouse t
- "*Non-nil if window system changes focus when you move the mouse.")
+(defcustom focus-follows-mouse t
+ "*Non-nil if window system changes focus when you move the mouse."
+ :type 'boolean
+ :group 'frames)
(defun other-frame (arg)
"Select the ARG'th different visible frame, and raise it.